mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-08 19:48:27 +02:00
fix(nix): correct build failure
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
fetchFromGitHub,
|
||||
makeWrapper,
|
||||
makeDesktopItem,
|
||||
callPackage,
|
||||
yad,
|
||||
winapps ? throw "Pass in the winapps package",
|
||||
...
|
||||
}:
|
||||
let
|
||||
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
buildInputs = [
|
||||
yad
|
||||
(callPackage ../winapps { })
|
||||
winapps
|
||||
];
|
||||
|
||||
patches = [ ./WinApps-Launcher.patch ];
|
||||
|
Reference in New Issue
Block a user