Loading pkgs/by-name/ak/akira-unstable/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ wrapGAppsHook3, cairo, glib, goocanvas3, goocanvas_3, gtk3, gtksourceview3, json-glib, Loading Loading @@ -47,7 +47,7 @@ stdenv.mkDerivation rec { buildInputs = [ cairo glib goocanvas3 goocanvas_3 pantheon.granite gtk3 gtksourceview3 Loading pkgs/development/tools/build-managers/build2/bdep.nix→pkgs/by-name/bd/bdep/package.nix +0 −0 File moved. View file pkgs/development/tools/build-managers/build2/bpkg.nix→pkgs/by-name/bp/bpkg/package.nix +0 −0 File moved. View file pkgs/development/tools/build-managers/build2/nix-ldflags-sysdirs.patch→pkgs/by-name/bu/build2-bootstrap/nix-ldflags-sysdirs.patch +0 −0 File moved. View file pkgs/development/tools/build-managers/build2/bootstrap.nix→pkgs/by-name/bu/build2-bootstrap/package.nix +24 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ lib, stdenv, fetchurl, pkgs, buildPackages, fixDarwinDylibNames, }: Loading Loading @@ -52,5 +51,28 @@ stdenv.mkDerivation rec { --subst-var-by isTargetDarwin '${toString stdenv.targetPlatform.isDarwin}' ''; inherit (pkgs.build2) passthru; passthru = { configSharedStatic = enableShared: enableStatic: if enableShared && enableStatic then "both" else if enableShared then "shared" else if enableStatic then "static" else throw "neither shared nor static libraries requested"; }; meta = { homepage = "https://www.build2.org/"; description = "Bootstrap for the 'build2' package, you most likely want to use that one"; license = lib.licenses.mit; changelog = "https://git.build2.org/cgit/build2/tree/NEWS"; platforms = lib.platforms.all; maintainers = with lib.maintainers; [ hiro98 r-burns ]; }; } Loading
pkgs/by-name/ak/akira-unstable/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ wrapGAppsHook3, cairo, glib, goocanvas3, goocanvas_3, gtk3, gtksourceview3, json-glib, Loading Loading @@ -47,7 +47,7 @@ stdenv.mkDerivation rec { buildInputs = [ cairo glib goocanvas3 goocanvas_3 pantheon.granite gtk3 gtksourceview3 Loading
pkgs/development/tools/build-managers/build2/bdep.nix→pkgs/by-name/bd/bdep/package.nix +0 −0 File moved. View file
pkgs/development/tools/build-managers/build2/bpkg.nix→pkgs/by-name/bp/bpkg/package.nix +0 −0 File moved. View file
pkgs/development/tools/build-managers/build2/nix-ldflags-sysdirs.patch→pkgs/by-name/bu/build2-bootstrap/nix-ldflags-sysdirs.patch +0 −0 File moved. View file
pkgs/development/tools/build-managers/build2/bootstrap.nix→pkgs/by-name/bu/build2-bootstrap/package.nix +24 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ lib, stdenv, fetchurl, pkgs, buildPackages, fixDarwinDylibNames, }: Loading Loading @@ -52,5 +51,28 @@ stdenv.mkDerivation rec { --subst-var-by isTargetDarwin '${toString stdenv.targetPlatform.isDarwin}' ''; inherit (pkgs.build2) passthru; passthru = { configSharedStatic = enableShared: enableStatic: if enableShared && enableStatic then "both" else if enableShared then "shared" else if enableStatic then "static" else throw "neither shared nor static libraries requested"; }; meta = { homepage = "https://www.build2.org/"; description = "Bootstrap for the 'build2' package, you most likely want to use that one"; license = lib.licenses.mit; changelog = "https://git.build2.org/cgit/build2/tree/NEWS"; platforms = lib.platforms.all; maintainers = with lib.maintainers; [ hiro98 r-burns ]; }; }