qmplay2: set strictDeps

This commit is contained in:
Anderson Torres 2024-07-03 14:25:52 -03:00
parent eec12ba4fd
commit 3900d02aa8

View File

@ -67,6 +67,8 @@ stdenv.mkDerivation (finalAttrs: {
qt5.qttools
];
strictDeps = true;
# Because we think it is better to use only lowercase letters!
# But sometimes we come across case-insensitive filesystems...
postInstall = ''