Merge pull request #108888 from ttuegel/feature--staging--qt-no-mkDerivation
Qt: Do not require mkDerivation
This commit is contained in:
@@ -23,6 +23,8 @@ rustPlatform.buildRustPackage rec {
|
||||
git
|
||||
];
|
||||
|
||||
dontWrapQtApps = true;
|
||||
|
||||
cargoSha256 = "1hdsn011y9invfy7can8c02zwa7birj9y1rxhrj7wyv4gh3659i0";
|
||||
doCheck = false;
|
||||
|
||||
|
||||
@@ -12,6 +12,8 @@ in stdenv.mkDerivation {
|
||||
|
||||
nativeBuildInputs = [ qmake ];
|
||||
|
||||
dontWrapQtApps = true;
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $out/bin
|
||||
cp -p converters/dprof2calltree $out/bin/dprof2calltree
|
||||
|
||||
Reference in New Issue
Block a user