mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
redis-desktop-manager: fix build (#18543)
We need to run the pre/post configure hooks.
This commit is contained in:
parent
c96ddb6433
commit
3e7bb6579b
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
||||
qtquick1 qtquickcontrols qtsvg qttools
|
||||
];
|
||||
|
||||
configurePhase = "true";
|
||||
dontUseQmakeConfigure = true;
|
||||
|
||||
buildPhase = ''
|
||||
srcdir=$PWD
|
||||
|
Loading…
Reference in New Issue
Block a user