mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01: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
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||
qtquick1 qtquickcontrols qtsvg qttools
|
||||
];
|
||||
|
||||
configurePhase = "true";
|
||||
dontUseQmakeConfigure = true;
|
||||
|
||||
buildPhase = ''
|
||||
srcdir=$PWD
|
||||
|
|
Loading…
Reference in a new issue