mirror of
https://github.com/urbit/shrub.git
synced 2024-12-14 20:02:51 +03:00
13 lines
314 B
Nix
13 lines
314 B
Nix
{ pkgs }:
|
|
|
|
pkgs.stdenv.mkDerivation rec {
|
|
name = "softfloat3-ec4c7";
|
|
builder = ./builder.sh;
|
|
src = pkgs.fetchFromGitHub {
|
|
owner = "urbit";
|
|
repo = "berkeley-softfloat-3";
|
|
rev = "ec4c7e31b32e07aad80e52f65ff46ac6d6aad986";
|
|
sha256 = "1lz4bazbf7lns1xh8aam19c814a4n4czq5xsq5rmi9sgqw910339";
|
|
};
|
|
}
|