Loading pkgs/development/libraries/yas/default.nix 0 → 100644 +28 −0 Original line number Diff line number Diff line { lib, stdenvNoCC, fetchFromGitHub }: stdenvNoCC.mkDerivation rec { pname = "yas"; version = "7.1.0"; src = fetchFromGitHub { owner = "niXman"; repo = "yas"; rev = version; hash = "sha256-2+CpftWOEnntYBCc1IoR5eySbmhrMVunpUTZRdQ5I+A="; }; installPhase = '' runHook preInstall mkdir -p $out/include/yas cp -r include/yas/* $out/include/yas runHook postInstall ''; meta = with lib; { homepage = "https://github.com/niXman/yas"; description = "Yet Another Serialization"; license = licenses.boost; maintainers = with maintainers; [ ee2500 ]; platforms = platforms.all; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -23247,6 +23247,8 @@ with pkgs; yaml-cpp_0_3 = callPackage ../development/libraries/yaml-cpp/0.3.0.nix { }; yas = callPackage ../development/libraries/yas { }; libyang = callPackage ../development/libraries/libyang { }; libcyaml = callPackage ../development/libraries/libcyaml { }; Loading
pkgs/development/libraries/yas/default.nix 0 → 100644 +28 −0 Original line number Diff line number Diff line { lib, stdenvNoCC, fetchFromGitHub }: stdenvNoCC.mkDerivation rec { pname = "yas"; version = "7.1.0"; src = fetchFromGitHub { owner = "niXman"; repo = "yas"; rev = version; hash = "sha256-2+CpftWOEnntYBCc1IoR5eySbmhrMVunpUTZRdQ5I+A="; }; installPhase = '' runHook preInstall mkdir -p $out/include/yas cp -r include/yas/* $out/include/yas runHook postInstall ''; meta = with lib; { homepage = "https://github.com/niXman/yas"; description = "Yet Another Serialization"; license = licenses.boost; maintainers = with maintainers; [ ee2500 ]; platforms = platforms.all; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -23247,6 +23247,8 @@ with pkgs; yaml-cpp_0_3 = callPackage ../development/libraries/yaml-cpp/0.3.0.nix { }; yas = callPackage ../development/libraries/yas { }; libyang = callPackage ../development/libraries/libyang { }; libcyaml = callPackage ../development/libraries/libcyaml { };