Sha256: cf8140ce415ad4430dcce02fd459656049a3c51c1d6186a29f1df0cb003aab0e

Contents?: true

Size: 369 Bytes

Versions: 1

Compression:

Stored size: 369 Bytes

Contents

# See https://nixos.wiki/wiki/Packaging/Ruby
# A small helper script to get a development version for oddb2xml under NixOS
with import <nixpkgs> {};
stdenv.mkDerivation {
  name = "env";
  buildInputs = [
    ruby_3_1
    rubyPackages_3_0.safe_yaml
    ruby_3_1.devEnv
    git
    python
    libpcap
    libxml2
    libxslt
    pkg-config
    bundix
    gnumake
  ];
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
oddb2xml-2.7.9 shell.nix