File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
pkgs/development/ruby-modules/gem-config Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 125125 libsysprof-capture ,
126126 imlib2 ,
127127 autoSignDarwinBinariesHook ,
128+ systemd ,
128129} @args :
129130
130131let
483484 glib
484485 libsysprof-capture
485486 pcre2
487+ ]
488+ ++ lib . optionals stdenv . hostPlatform . isLinux [
489+ util-linux
490+ libselinux
491+ libsepol
486492 ] ;
487493 } ;
488494
491497 binutils
492498 pkg-config
493499 ]
494- ++ lib . optionals stdenv . hostPlatform . isLinux [
500+ ++ lib . optionals stdenv . hostPlatform . isDarwin [ DarwinTools ] ;
501+ buildInputs = lib . optionals stdenv . hostPlatform . isLinux [
495502 util-linux
496503 libselinux
497504 libsepol
498- ]
499- ++ lib . optionals stdenv . hostPlatform . isDarwin [ DarwinTools ] ;
505+ systemd
506+ ] ;
500507 propagatedBuildInputs = [
501508 atk
502509 gdk-pixbuf
You can’t perform that action at this time.
0 commit comments