Unverified Commit 16b21aae authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

various: move to `pkgs/by-name` (#479415)

parents ca4a8e8e 4c349385
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
  alsa-lib ? null,
  carla ? null,
  fftwFloat,
  fltk13,
  fltk_1_3,
  fluidsynth ? null,
  lame ? null,
  libgig ? null,
@@ -47,7 +47,7 @@ mkDerivation rec {
    carla
    alsa-lib
    fftwFloat
    fltk13
    fltk_1_3
    fluidsynth
    lame
    libgig
+1 −1
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@ in

    nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [ pkgs.pkg-config ];

    buildInputs = old.buildInputs or [ ] ++ [ pkgs.enchant2 ];
    buildInputs = old.buildInputs or [ ] ++ [ pkgs.enchant_2 ];

    postBuild =
      old.postBuild or ""
+1 −1
Original line number Diff line number Diff line
@@ -353,7 +353,7 @@ let
                pkgs.pkg-config
              ];

              buildInputs = (old.buildInputs or [ ]) ++ [ pkgs.enchant2 ];
              buildInputs = (old.buildInputs or [ ]) ++ [ pkgs.enchant_2 ];

              postBuild = ''
                NIX_CFLAGS_COMPILE="$($PKG_CONFIG --cflags enchant-2) $NIX_CFLAGS_COMPILE"
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
  cacert,
  cairo,
  dconf,
  enchant2,
  enchant,
  file,
  fontconfig,
  freetype,
@@ -153,7 +153,7 @@ stdenv.mkDerivation rec {
    atk
    cairo
    dconf
    enchant2
    enchant
    fontconfig
    freetype
    fuse3'
+2 −2
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@
  nspr,
  libwpg,
  dbus-glib,
  clucene_core_2,
  clucene-core_2,
  libcdr,
  lcms2,
  unixODBC,
@@ -408,7 +408,7 @@ stdenv.mkDerivation (finalAttrs: {
      bluez5
      box2d_2
      cairo
      clucene_core_2
      clucene-core_2
      cppunit
      cups
      curl
Loading