qmplay2: set strictDeps
This commit is contained in:
parent
eec12ba4fd
commit
3900d02aa8
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user