summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmily Trau <emily@downunderctf.com>2023-05-22 22:57:57 +1000
committerEmily Trau <emily@downunderctf.com>2023-05-22 22:57:57 +1000
commit8239e01b7a1a114f63f70617da72e3acb6547121 (patch)
treea7373fdc7574a5d21f84c410bb232951d7051072
parentc7eb65213bd7d95eafb8c5e2e181f04da103d054 (diff)
minimal-bootstrap.tinycc-mes: remove unused ln-boot dependency
-rw-r--r--pkgs/os-specific/linux/minimal-bootstrap/tinycc/common.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/minimal-bootstrap/tinycc/common.nix b/pkgs/os-specific/linux/minimal-bootstrap/tinycc/common.nix
index d05ac35a6d992..68fa84fd7ad1a 100644
--- a/pkgs/os-specific/linux/minimal-bootstrap/tinycc/common.nix
+++ b/pkgs/os-specific/linux/minimal-bootstrap/tinycc/common.nix
@@ -1,7 +1,6 @@
 { lib
 , kaem
 , mes-libc
-, ln-boot
 }:
 
 rec {
@@ -57,7 +56,6 @@ rec {
         (["-c" "-D" "TCC_TARGET_I386=1" ] ++ libtccBuildOptions);
       compiler =  kaem.runCommand "${pname}-${version}" {
         inherit pname version meta;
-        nativeBuildInputs = [ ln-boot ];
         passthru.tests = rec {
           get-version = result: kaem.runCommand "${pname}-get-version-${version}" {} ''
             ${result}/bin/tcc -version