Sha256: 14dd4ff1ff6edd367fd5398c9feac1c557b1df1d77a3260c166d59e4320486ff

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_0
    rubyPackages_3_0.safe_yaml
    ruby_3_0.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.8 shell.nix