mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-23 08:27:11 +03:00
install fsatrace if the shell is linux
This commit is contained in:
parent
a2edcdd2ac
commit
81366be950
@ -3,7 +3,6 @@ let
|
||||
nixpkgs = import sources.nixpkgs { };
|
||||
niv = import sources.niv { };
|
||||
in with nixpkgs;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "noredink-ui";
|
||||
buildInputs = [
|
||||
@ -22,5 +21,5 @@ stdenv.mkDerivation {
|
||||
# preview dependencies
|
||||
entr
|
||||
python3
|
||||
];
|
||||
] ++ lib.optionals stdenv.isLinux [ pkgs.fsatrace ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user