flake ready
This commit is contained in:
parent
672d69ef75
commit
f452bb14c6
5 changed files with 10 additions and 5 deletions
|
|
@ -29,11 +29,17 @@
|
|||
nativeBuildInputs = with pkgs; [
|
||||
pkg-config
|
||||
gcc
|
||||
makeWrapper
|
||||
];
|
||||
|
||||
buildInputs = with pkgs; [
|
||||
libqalculate
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/floating-calculator \
|
||||
--set LD_LIBRARY_PATH ${pkgs.lib.makeLibraryPath [pkgs.wayland pkgs.libxkbcommon]}
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -50,7 +56,6 @@
|
|||
|
||||
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath (with pkgs; [
|
||||
wayland
|
||||
libxkbcommon
|
||||
]);
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue